Skip to content

doc: improve fs.StatFs property descriptions#62617

Open
akashguptasky wants to merge 1 commit intonodejs:mainfrom
akashguptasky:doc/add-statfs-documentation
Open

doc: improve fs.StatFs property descriptions#62617
akashguptasky wants to merge 1 commit intonodejs:mainfrom
akashguptasky:doc/add-statfs-documentation

Conversation

@akashguptasky
Copy link
Copy Markdown

Clarify that bsize and frsize are measured in bytes. Add usage
examples showing how to calculate available, free, and total disk
space. Explain what statfs.type represents and document that the
values are platform-specific. Expand descriptions for files and
ffree to mention inodes.

Fixes: #50749

Clarify that bsize and frsize are measured in bytes. Add usage
examples showing how to calculate available, free, and total disk
space. Explain what statfs.type represents and document that the
values are platform-specific. Expand descriptions for files and
ffree to mention inodes.

Fixes: nodejs#50749
@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing documentation in fs.StatFs

4 participants